This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1'use client'; 2 3import CardsContainerError from '@/features/cards/containers/cardsContainer/Error.CardsContainer'; 4 5export default function Error() { 6 return <CardsContainerError />; 7}